export interface StyledTileIconProps { width: string; height: string; src?: string; } export declare const StyledTileIcon: any;