export type TileGridProps = React.ComponentPropsWithoutRef<"div">; export declare function TileGrid({ children, className, ...rest }: TileGridProps): import("react").JSX.Element; //# sourceMappingURL=TileGrid.d.ts.map