import type { Components, JSX } from "../types/components";

interface SlDrawerContent extends Components.SlDrawerContent, HTMLElement {}
export const SlDrawerContent: {
    prototype: SlDrawerContent;
    new (): SlDrawerContent;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
