interface IAction { anchor?: 'top' | 'left' | 'bottom' | 'right'; minWidth?: number | string; } export declare const Action: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IAction, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AnchorButton: import("@emotion/styled").StyledComponent; export declare const SidebarStorie: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};