export interface Container { href: string | null; download?: string | null; hrefLang?: string; ping?: string; referrerPolicy?: string; rel?: string; target?: "_self" | "_blank" | "_parent" | "_top"; type?: string; dataQA?: string | null; dataCollect?: string | null; dataCollectInfo?: string | null; } export declare const Container: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Container, never>;