/// import type { GenericStylesProps, OpenContainerLayoutStylesProps } from '../../../controls/types'; import type { ControlPanelProps } from '../../../core'; export declare const FieldsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare function SizingSpacingPanel({ data, dispatch, options, }: ControlPanelProps): JSX.Element;