import type { TtabsProps } from "./props";
declare const TileGrid: import("svelte").Component<TtabsProps, {}, "">;
type TileGrid = ReturnType<typeof TileGrid>;
export default TileGrid;
