export declare type BannerPosition = 'TOP_LEFT' | 'TOP_RIGHT' | 'BOTTOM_LEFT' | 'BOTTOM_RIGHT'; export interface PromotedIntrospectionBannerArgs { position?: BannerPosition; } export declare const PromotedIntrospectionBannerShell: (props: PromotedIntrospectionBannerArgs) => JSX.Element | null;