import React from 'react'; import { WithTheme } from '@material-ui/core/styles'; export interface PolicyDownloaderProps { texts: { label: string; }; } declare const PolicyDownloader: React.ComponentType<(Pick; } & WithTheme>, "children" | "texts" | "theme"> & import("@material-ui/core/styles").StyledComponentProps, "children" | "classes" | "innerRef" | "texts"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps) | (Pick; } & WithTheme>, "children" | "texts" | "theme"> & import("@material-ui/core/styles").StyledComponentProps>, "children" | "classes" | "innerRef" | "texts"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps)>; export { PolicyDownloader };