import React from 'react';
export declare function StarIcon(props: React.ComponentPropsWithoutRef<'svg'>): React.JSX.Element;
export declare namespace StarIcon {
    var displayName: string;
}
