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