/** @returns the glob patterns needed by tailwindcss to scan classes */
export declare const contentGlobs: () => string[];

/** @returns the directory path to the `@poupe/vue` package */
export declare const contentPath: () => string;

/** @returns array of required third-party tailwind plugins */
export declare const tailwindPlugins: any[];

export { }
