///
export type TabSolidRootOwnProps = {
className?: string;
fullWidth?: boolean;
actionSlot?: React.ReactNode;
};
export type TabSolidRootProps = React.PropsWithChildren;
export declare function TabSolidRoot({ children, className, fullWidth, actionSlot }: TabSolidRootProps): import("react/jsx-runtime").JSX.Element;
export declare namespace TabSolidRoot {
var displayName: string;
}
//# sourceMappingURL=TabSolidRoot.d.ts.map