export type Query = Record; export type TabProps = { path: string; query?: Query; label: JSX.Element | string; icon?: JSX.Element; textBadge?: JSX.Element; children: JSX.Element; className?: string; exact?: boolean; strict?: boolean; sensitive?: boolean; withoutPadding?: boolean; }; declare function Tab(_: TabProps): null; export { Tab }; //# sourceMappingURL=Tab.d.ts.map