import { Config, Page } from '../types';
export declare const cssFromConfig: (config?: Config) => string;
export declare const htmlDocument: (page: Page, id: string, options?: Config) => {
    ext: string;
    content: string;
};
