import * as React from 'react'; import { PartialThemeOptions } from './BucketContext.types'; declare const BucketTheme: React.FunctionComponent<{ theme?: PartialThemeOptions; }>; export default BucketTheme;