import { TransformPixelsOptions } from './types';
export default function (transformParams?: 'runtime' | TransformPixelsOptions | boolean): void;
