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