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