/// import { FTLModalProps } from "../../"; export { FTLModalProps }; export declare const FTLModal: ({ open, children, size, TypographyProps, }: FTLModalProps) => JSX.Element;