import './publicPath'; import React from 'react'; import { ContentBoxProps } from './types'; import { ComponentDefinition } from '@crystaldesign/diva-core'; export * from './types'; interface Props { onClose?: () => void; settings: Configuration; } interface Configuration { contentBoxProps: ContentBoxProps; } export declare const ContentBoxComponent: React.FC; declare const ContentBox: ComponentDefinition; export default ContentBox; //# sourceMappingURL=index.d.ts.map