interface JestPreviewConfigOptions {
    /**
     * @deprecated externalCss should not be used and will be removed in 0.4.0. Import the css files directly instead. Read more at www.jest-preview.com/blog/deprecate-externalCss
     */
    externalCss?: string[];
    autoPreview?: boolean;
    publicFolder?: string;
    sassLoadPaths?: string[];
}
export declare function jestPreviewConfigure({ externalCss, autoPreview, publicFolder, sassLoadPaths, }?: JestPreviewConfigOptions): void;
export {};
