import React from 'react'; declare const indent: { Button: () => React.JSX.Element; Element: ({ attributes, children }: { attributes: any; children: any; }) => React.JSX.Element; }; export default indent; //# sourceMappingURL=index.d.ts.map