import { type Define } from '@sigx/lynx'; export type DividerProps = Define.Prop<'vertical', boolean, false> & Define.Prop<'margin', number, false> & Define.Prop<'class', string, false> /** * Optional label — with content the divider renders `line · label · line` * (two flanking lines around the centered slot); without it, a plain line. */ & Define.Slot<'default'>; export declare const Divider: import("@sigx/runtime-core").ComponentFactory import("@sigx/runtime-core").JSXElement | import("@sigx/runtime-core").JSXElement[] | null) | undefined; }>; //# sourceMappingURL=Divider.d.ts.map