/** * WordPress dependencies */ import type { GlobalStylesConfig } from '@wordpress/global-styles-engine'; export interface TypographyVariationsProps { value: GlobalStylesConfig; baseValue: GlobalStylesConfig; onChange: (config: GlobalStylesConfig) => void; title?: string; gap?: number; } /** * Render Typography Variations. * * @example * ```tsx * * ``` */ export declare const TypographyVariations: React.ComponentType; //# sourceMappingURL=typography-variations.d.ts.map