import { Content } from "@e280/sly"; export declare class Tab { label: string; title: string; render: () => Content; constructor(label: string, title: string, render?: () => Content); }