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