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