type TileProps = { href: string; children: React.ReactNode; title?: string; description?: string; className?: string; }; declare const Tile: ({ href, children, title, description, className }: TileProps) => import("react/jsx-runtime").JSX.Element; export { Tile }; export type { TileProps }; //# sourceMappingURL=tile.d.ts.map