interface IWrapper { margin?: number | string; padding?: number | string; align?: 'flex-end' | 'flex-start' | 'center'; } export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & IWrapper, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};