/** * Internal dependencies */ import type { GeneratedCSSRule, Style, StyleOptions } from '../../types'; declare const _default: { name: string; generate: (style: Style, options: StyleOptions, path?: string[], ruleKey?: string) => GeneratedCSSRule[]; }[]; export default _default; //# sourceMappingURL=index.d.ts.map