import { DRAWER_CONTENT_STYLE_TYPES } from "../../../utils/enums";
export declare class SlDrawerContent {
    /** Style of the main content */
    drawerStyle: DRAWER_CONTENT_STYLE_TYPES | `${DRAWER_CONTENT_STYLE_TYPES}`;
    /** Enable/disable scrolling */
    enableScroll: boolean;
    render(): any;
}
