import { CSSProperties } from 'react'; type BoxProps = { align?: CSSProperties['alignSelf']; grow?: CSSProperties['flexGrow']; }; export declare const Box: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Merged, HTMLDivElement>, "style"> & { style?: CSSProperties | import("styled-components/dist/types").CSSPropertiesWithVars | undefined; }, BoxProps>> & string; export {};