import React from 'react'; import type IconProps from './prop_types'; interface StarProps extends IconProps { filled?: boolean; small?: boolean; } export declare function IconStar({ _modifierClass, 'aria-describedby': ariaDescribedby, 'aria-hidden': ariaHidden, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledby, color, id, filled, size, small, tight, title }: StarProps): React.JSX.Element; export {};