import type React from 'react'; import type { IDividerComponentType } from './types'; export declare function createDivider({ Root, }: { Root: React.ComponentType; }): IDividerComponentType; //# sourceMappingURL=index.d.ts.map