import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiScrollArea extends MiuraElement { static properties: { maxHeight: { type: StringConstructor; default: string; attribute: string; }; shadow: { type: BooleanConstructor; default: boolean; reflect: boolean; }; }; maxHeight: string; shadow: boolean; static styles: import("@miurajs/miura-render").CSSResult; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=scroll-area.d.ts.map