export declare function Flex(props: React.PropsWithChildren<{ flexDirection?: React.CSSProperties["flexDirection"]; style?: React.CSSProperties; className?: string; } & React.HTMLProps>): import("react").JSX.Element;