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

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