import type core from '@babel/core';
import type { TemplateCssProcessor } from '@linaria/babel-preset';
import type { CorePluginOptions } from './types';
declare type Core = typeof core;
export default function (babel: Core, options: CorePluginOptions): TemplateCssProcessor;
export {};
