import React from 'react'; export interface SelectLabelProps extends React.HTMLAttributes { /** * Label text */ children: React.ReactNode; } /** * SelectLabel Component * * Shadcn-compatible select label component. * Used within SelectGroup to label a group of items. * * @public */ export declare const SelectLabel: React.ForwardRefExoticComponent>; //# sourceMappingURL=SelectLabel.d.ts.map