import { type StyledProps } from "./Styled"; /** * moaui Styled Switch (Group) * * @param props - children, text * @example * * {children} * * @returns React.ReactElement */ declare const SwitchGroup: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default SwitchGroup; export { type StyledProps as SwitchGroupProps, SampleProps as SwitchGroupSample, }; //# sourceMappingURL=index.d.ts.map