interface ITileElementStyle { size: string; shadow: boolean; backgroundColor: string; height: string; decorativeEdge: boolean; } export declare const TileElement: import("styled-components").StyledComponent<"div", any, ITileElementStyle, never>; export {};