import React from 'react'; export declare const StyledExportMapSection: import("styled-components").StyledComponent<"div", any, import("components/common/styled-components").StyledExportSectionProps, never>; export declare const StyledWarning: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledExportLink: import("styled-components").StyledComponent<"a", any, {}, never>; export declare const ExportMapLink: ({ children, ...props }: { [x: string]: any; children: any; }) => React.JSX.Element;