export declare const TTDDialogTab: { ({ tab, children, ...rest }: { tab: string; children: React.ReactNode; } & import("react").HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; };