import React from "react"; interface TriggerProps extends React.ButtonHTMLAttributes { /** Whether the tray is currently open (used for mobile styling) */ isOpen?: boolean; } export declare const Trigger: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Trigger.d.ts.map