/// export declare const StyledSideDialog: import("@emotion/styled").StyledComponent> & { title?: string | undefined; size?: ("xs" | "sm" | "md" | "lg") | undefined; } & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const List: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLUListElement>, {}>; export declare const Header: import("@emotion/styled").StyledComponent; export declare const Footer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLElement>, {}>;