export declare class JustifiConfigProvider { apiOrigin?: string; iframeOrigin?: string; accountId?: string; componentWillLoad(): void; render(): any; }