/// declare const radioCustomClass: { checkBoxStyleOne: string; checkBoxStyleTwo: string; checkBoxStyleThree: string; checkBoxStyleFour: string; }; declare const checkBoxCustomClass: { checkBoxStyleOne: string; checkBoxStyleTwo: string; checkBoxStyleThree: string; checkBoxStyleFour: string; }; declare const inputSystemStyleClass: { inputSystemStyleOne: { props: { positionType: string; }; style: { titleStyle: { marginLeft: string; }; inputFontSize: string; textAlign: string; color: string; fontSize: string; coverStyle: { backgroundColor: string; borderRadius: string; }; }; }; inputSystemStyleTwo: { props: { positionType: string; labelNumber: number; }; style: { inputFontSize: string; textAlign: string; color: string; fontSize: string; boxStyle: { backgroundColor: string; borderRadius: string; margin: string; }; }; }; inputSystemStyleThree: { props: { positionType: string; }; style: { titleStyle: { marginLeft: string; }; inputFontSize: string; textAlign: string; color: string; fontSize: string; coverStyle: { backgroundColor: string; borderRadius: string; border: string; }; }; }; inputSystemStyleFour: { props: { positionType: string; labelNumber: number; }; style: { inputFontSize: string; textAlign: string; color: string; fontSize: string; boxStyle: { backgroundColor: string; borderRadius: string; margin: string; border: string; }; }; }; inputSystemStyleFive: { props: { positionType: string; }; style: { titleStyle: { marginLeft: string; }; inputFontSize: string; textAlign: string; color: string; fontSize: string; coverStyle: { backgroundColor: string; }; boxStyle: { backgroundColor: string; borderRadius: string; paddingBottom: string; paddingTop: string; margin: string; border: string; }; }; }; inputSystemStyleSix: { props: { positionType: string; }; style: { color: string; fontSize: string; lineHeight: string; inputFontSize: string; inputLineHeight: string; textAlign: string; titleStyle: { marginLeft: string; }; }; }; }; declare const inputSystemStyleContent: { inputSystemStyleOne: JSX.Element; inputSystemStyleTwo: JSX.Element; inputSystemStyleThree: JSX.Element; inputSystemStyleFour: JSX.Element; inputSystemStyleFive: JSX.Element; inputSystemStyleSix: JSX.Element; }; declare const inputPickerSystemStyleContent: { inputSystemStyleOne: JSX.Element; inputSystemStyleTwo: JSX.Element; inputSystemStyleThree: JSX.Element; inputSystemStyleFour: JSX.Element; inputSystemStyleFive: JSX.Element; inputSystemStyleSix: JSX.Element; }; export { radioCustomClass, checkBoxCustomClass, inputSystemStyleClass, inputSystemStyleContent, inputPickerSystemStyleContent, };