import React from 'react'; export interface ContextualBackgroundProps { } export declare function ContextualBackground(props: ContextualBackgroundProps): React.JSX.Element; //# sourceMappingURL=ContextualBackground.d.ts.map