import { RootProps } from './types'; import { default as React } from 'react'; export declare const Root: ({ options }: RootProps) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map