/** * Shape logged in the Storybook Actions panel. Storybook v9+ no longer expands * CustomEvent/DOM Event fields; ngc components emit detail on CustomEvents. */ export declare function serializeEventForActionPanel(event: Event): Record; /** Gator Storybook decorator — logs CustomEvent `detail` in the Actions panel. */ export declare const withGatorActions: (...args: any) => any;