import './FormElement'; import './PanelElement'; declare const _default: { title: string; component: string; }; export default _default; export declare const Empty: any; export declare const WithUser: any; export declare const EmptyOidc: any; export declare const WithUserOidc: any; /** * @returns The HTML of the story */ export declare function Panel(): string;