, , or icon buttons.
*/
asChild?: boolean;
/**
* Ref forwarded to the underlying trigger element.
* Useful for focus management or external control.
*/
ref?: Ref;
}
/** The SheetTrigger component is the interactive element—typically a button or a slotted custom element—that opens a Sheet, supporting flexible rendering with the asChild prop for advanced composition */
export declare const SheetTrigger: FC;