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