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