import { SvgIconProps } from "../SvgIcon"; /** * @ignore - internal component. */ declare function RadioButtonIcon(props: { fontSize?: SvgIconProps["fontSize"]; checked?: boolean; classes?: Record; }): import("solid-js").JSX.Element; export default RadioButtonIcon; //# sourceMappingURL=RadioButtonIcon.d.ts.map