/** * @uiName Global Container * @canvasRenderer always-replace * @slots [{"name":"", "title":"Widget Content"}] */ export declare class GlobalContainer { /** * @uiName Background Color * @uiWidget color * @default #ffffff */ background: string; /** * The background colour of the component while in the loading state. * * @uiName Loading Color * @uiWidget color */ loadingcolor: string; /** * A font from the Google Fonts library used inside the container. * * @uiName Font Family * @default Roboto */ fontfamily: string; /** * @uiName Container Max Width */ maxwidth: string; /** * Show the Powered by Impact.com link. This can only be disabled on Pro plans. * * @uiName Show Powered By * @requiredFeatures ["CUSTOM_BRANDING"] * @featureTooltip