import { App } from 'vue';
/**
 * Pink Cupcake Theme initialization recipe.
 *
 * This recipe is responsible for loading the Pink Cupcake, Admin, Account and
 * Core sprinkle plugins. It also load the FontAwesome icons.
 */
declare const _default: {
    install: (app: App) => void;
};
export default _default;
