import React from 'react'; declare const DemoBox: { ({ children, isInline, boxType, width, height, padding, isInvisible, }: { children: any; isInline: any; boxType: any; width: any; height: any; padding: any; isInvisible: any; }): React.JSX.Element; defaultProps: { boxType: string; }; }; export default DemoBox; //# sourceMappingURL=demo-box.d.ts.map