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