export interface IPreload { gif: boolean; height?: number; name?: string; replaceColor?: boolean; src: string; width?: number; }