/// type Props = { size?: number | string; color?: string; }; declare function FLT({ size, color }: Props): JSX.Element; declare namespace FLT { var DefaultColor: string; } export default FLT;