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