interface InstanceNotFoundProps { organizationName: string; } export declare function InstanceNotFound({ organizationName }: InstanceNotFoundProps): import("react").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map