import { HTMLAttributes } from 'react';
export interface DividerProps extends HTMLAttributes {
}
/**
* Represents a horizontal line used to separate content within a layout or component.
* The component allows for customization through additional HTML attributes and custom CSS classes.
*/
export declare const Divider: ({ className, ...restProps }: DividerProps) => JSX.Element;
//# sourceMappingURL=Divider.d.ts.map