import type { DriverSlots } from '../form-render'; export declare function shadcnDriver(slots: DriverSlots): DriverSlots; export type ShadcnDriver = ReturnType;