import React from "react"; /** * PMSettings (Padding/Margin settings). * This component is reused in Padding and Margin plugins since the behavior of both CSS attributes is the same. */ interface PMSettingsPropsType { styleAttribute: string; title?: string; } declare const _default: React.MemoExoticComponent<({ styleAttribute }: PMSettingsPropsType) => React.JSX.Element>; export default _default;