export interface StarSymbolProps {
    type: 'empty' | 'full';
}
export declare function StarSymbol({ type }: StarSymbolProps): import("react/jsx-runtime").JSX.Element;
export declare namespace StarSymbol {
    var displayName: string;
}
