import type { PropsWithChildren } from "react"; import React from "react"; import type { FlexProps } from "./types"; export declare function Flex({ template, align, gap, children, }: PropsWithChildren): React.JSX.Element;