import type { SimpleProp } from './helpers/factory';
export type LabelWithExpertSlotProp = SimpleProp<'label', string>;
export declare const labelWithExpertSlotProp: import("./helpers/factory").PropDefinition<string, LabelWithExpertSlotProp>;
