import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiDivider extends MiuraElement { static properties: { orientation: { type: StringConstructor; default: string; reflect: boolean; }; inset: { type: BooleanConstructor; default: boolean; reflect: boolean; }; }; orientation: 'horizontal' | 'vertical'; inset: boolean; static styles: import("@miurajs/miura-render").CSSResult; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=divider.d.ts.map