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