import { BoxProps } from 'ui-box'; export declare const Box: = "div">(props: BoxProps) => JSX.Element; type FlexBoxProps = BoxProps<"div"> & { grow?: number; shrink?: number; textAlign?: string; }; export declare const FlexBox: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare function FlexRow(props: any): import('react').FunctionComponentElement & import('react').RefAttributes>; export declare function FlexCol(props: any): import('react').FunctionComponentElement & import('react').RefAttributes>; export declare function Spacer(props: any): import('react').FunctionComponentElement & import('react').RefAttributes>; export {};