/**
 * @file mine types
 * @author junmer eltorio
 */
declare const _default: {
    '.*': string;
    ttf: string;
    otf: string;
    woff: string;
    woff2: string;
    eot: string;
    svg: string;
    svgz: string;
};
export default _default;
