export interface IScreenfullProps {
    color?: string;
    size?: string | number;
}
