import { Property } from "csstype";
import { SizeScaleValue } from "../../styled-system/types";
import { ElementType, HTMLHopeProps } from "../types";
import { DividerVariants } from "./divider.styles";
export interface DividerOptions extends DividerVariants {
/**
* The thickness of the divider
* @example
* ```jsx
*
* ```
*/
thickness?: Property.BorderWidth;
}
export declare type DividerProps = HTMLHopeProps;
export declare function Divider(props: DividerProps): import("solid-js").JSX.Element;
export declare namespace Divider {
var toString: () => string;
}
//# sourceMappingURL=divider.d.ts.map