import { SegmentedControlProps } from "@mantine/core"; import { FormControlProps } from "@mongez/react-form"; import React from "react"; export type ChooseInputProps = FormControlProps & SegmentedControlProps & { tooltip?: React.ReactNode; }; export declare function ChooseInput({ dir, description, tooltip, label, data: incomingData, ...props }: ChooseInputProps): any; export declare namespace ChooseInput { var defaultProps: { rules: any[]; }; } //# sourceMappingURL=ChooseInput.d.ts.map