import React from 'react'; interface RadioCircleProps { 'aria-describedby'?: string; 'aria-hidden'?: boolean; 'aria-label'?: string; 'aria-labelledby'?: string; id?: string; } export declare function IconRadioCircle({ 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, id }: RadioCircleProps): React.JSX.Element; export {};