interface Props { type?: "normal" | "menu"; } declare const Divider: (props: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export default Divider;