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