import { FC } from 'react'; import { DoubleContentInnerInterface } from './doubleContent.types'; export declare const DoubleContentInner: FC;