export type FontWeightSelectorItemProps = Readonly<{ label: string; weight?: number; italic?: boolean; selected: boolean; } & React.HTMLAttributes> & React.RefAttributes; export declare function FontWeightSelectorItem({ label, weight, italic, selected, ref, ...rest }: FontWeightSelectorItemProps): import("react").JSX.Element; export declare namespace FontWeightSelectorItem { var displayName: string; } //# sourceMappingURL=FontWeightSelectorItem.d.ts.map