import { ComponentInterface } from "../../../stencil-public-runtime"; export declare class BcmScrollArea implements ComponentInterface { width: string; height: string; isDisabled: boolean; render(): any; }