import React from 'react'; import { MantineSize, MantineColor } from '@asuikit/styles'; export interface StarSymbolProps { size: MantineSize; color: MantineColor; type: 'empty' | 'full'; } export declare function StarSymbol({ size, type, color }: StarSymbolProps): React.JSX.Element; export declare namespace StarSymbol { var displayName: string; } //# sourceMappingURL=StarSymbol.d.ts.map