import { FunctionComponent } from 'react'; import { DraxProviderProps } from './types'; export declare const DraxProvider: FunctionComponent;