/// export type TileProps = { label: string; icon: string; onClick: () => void; }; export declare function Tile(props: TileProps): JSX.Element;