import { CustomElement } from "@pap-it/system-utils";
export declare class Theme extends CustomElement {
    static style: string;
    render(): string;
}
declare global {
    interface HTMLElementTagNameMap {
        "pap-theme-provider": Theme;
    }
}
