declare const _default: {
    SKILLS: {
        title: string;
    }[];
    STACK: {
        title: string;
        skills: string[];
    }[];
    EXPERIENCES: {
        title: string;
        company: string;
        location: string;
        from: string;
        to: string;
        bullets: string[];
    }[];
};
export default _default;
