import { FlowindColor } from '../../../styles'; export interface StarSymbolStylesParams { type: 'empty' | 'full'; color: FlowindColor; } declare const _default: (params: StarSymbolStylesParams, options?: import("../../../styles/utils/create-styles/create-styles").UseStylesOptions) => { classes: { icon: string; }; cx: typeof import("clsx").clsx; theme: import("../../../styles").FlowindTheme; styls: {}; }; export default _default;