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