type ConfigOptions = {
    showTitle: boolean;
};
export declare const pm10: (args?: ConfigOptions) => string;
export {};
