interface Props { onClick: () => void; [props: string]: any; } export declare const HamburgerButton: ({ onClick, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};