declare const _default: {
    config: {
        level: number;
        title: string;
        free: boolean;
        source: {
            html: string;
        };
        animation: string;
        color: string;
        background: "auto";
    };
};
export default _default;
