import React from 'react'; import { WithTranslation, WithTranslationProps } from 'react-i18next'; import { ControlSizes, Lang } from '../../../models'; import { PopperPosition } from '../../../hooks'; interface ControlProps { lang: Lang; pdfLink?: string; isVerticalView?: boolean; className?: string; size?: ControlSizes; popupPosition?: PopperPosition; } declare const _default: React.ComponentType & WithTranslationProps, WithTranslationProps>, keyof WithTranslation> & WithTranslationProps>; export default _default;