import React from 'react';
import { DividerProps, Theme } from './Divider.types';
declare const DividerComponent: React.ForwardRefExoticComponent<DividerProps & React.RefAttributes<HTMLHRElement>>;
export declare const DividerTheme: typeof Theme;
export default DividerComponent;