import React from 'react'; export declare enum Radius { topLeft = "borderTopLeftRadius", topRight = "borderTopRightRadius", bottomLeft = "borderBottomLeftRadius", bottomRight = "borderBottomRightRadius" } export declare enum MarginPosition { top = "top", left = "left", right = "right", bottom = "bottom" } declare function OperationPanel(): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;