import { DoubleContentInterface, DoubleContentInnerInterface } from './doubleContent.types'; export declare function doubleContentTheme(props: DoubleContentInterface): any; export declare function doubleContentInnerTheme(props: DoubleContentInnerInterface): any;