import { FASTElement } from "@microsoft/fast-element"; type OrientationNames = { horizontal: string; vertical: string; }; export declare class enmeddDivider extends FASTElement { orientation: keyof OrientationNames; margin?: string; } export declare const EnmeddDivider: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=divider.d.ts.map