export const Default: any;
export const WithPortal: any;
export const WithPortalAndPopper: any;
export const WithPortalAndPopperUsingBlockChooser: any;
declare namespace _default {
    export let title: string;
    export { TestComponent as component };
    export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
}
export default _default;
declare function TestComponent(props: any): import("react/jsx-runtime").JSX.Element;
