export declare type LexascmsSetupConfig = {
    spaceId: string | null;
};
