import * as React from 'react'; declare function StarOn(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof StarOn; export default StarOn;