/// import { FlexProps } from "./types"; declare function Flex({ width, height, position, maxWidth, minWidth, maxHeight, minHeight, htmlTag, direction, spacing, align, justify, wrap, ...restProps }: FlexProps): JSX.Element; export default Flex; //# sourceMappingURL=index.d.ts.map