import { type StyledProps } from "./Styled"; /** * moaui Styled TabGroup * * @param props - children, orientation, indicator, value, onChange, arai-label, width, height, fontSize, minWidth, minHeight, tabProps * @example * {}} * aria-label="Tab Group" * width="auto" * height="auto" * fontSize="h1" || "body1" || "body2" || "body3" * minWidth="auto" * minHeight="auto" * > * {children} * * @returns JSX.Element */ declare const TabGroup: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default TabGroup; export { type StyledProps as TabGroupProps, SampleProps as TabGroupSample, }; //# sourceMappingURL=index.d.ts.map