export type Props = { open: boolean; close: () => void; }; export type StyledProps = { open: boolean; };