export type JDividerOrientation = 'horizontal' | 'vertical'; export interface JDividerProps { orientation?: JDividerOrientation; label?: string; showDot?: boolean; height?: string; margin?: string; opacity?: number; } export declare function JDivider({ orientation, label, showDot, height, margin, opacity }: JDividerProps): import("react").JSX.Element; //# sourceMappingURL=JDivider.d.ts.map