/// declare const _default: { title: string; parameters: { design: { type: string; url: string; }; }; includeStories: string[]; }; export default _default; export declare const Tester: () => JSX.Element; export declare const Menu: (props: any) => JSX.Element; export declare const MenuItem: (props: any) => JSX.Element; export declare const actionMenu: { (args: any): JSX.Element; args: { sharp: boolean; width: string; direction: string; }; }; export declare const testContextMenu: { (args: any): JSX.Element; args: { direction: string; width: string; }; }; export declare const testOverlayComponents: { (args: any): JSX.Element; args: { sharp: boolean; width: string; direction: string; }; }; export declare const testActionMenuOverflow: (args: any) => JSX.Element; export declare const TestingMultipleActionMenu: () => JSX.Element;