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