/** * WordPress dependencies */ import type { BlockStyle } from '@wordpress/blocks'; interface VariationsPanelProps { name: string; } export declare function useBlockVariations(name: string): BlockStyle[]; export declare function VariationsPanel({ name }: VariationsPanelProps): import("react").JSX.Element; export {}; //# sourceMappingURL=variations-panel.d.ts.map