import React from "react"; import { PbEditorPageElementSettingsRenderComponentProps } from "../../../../types"; type HorizontalAlignActionPropsType = { options: { alignments: string[]; }; }; type HorizontalAlignSettingsProps = HorizontalAlignActionPropsType & PbEditorPageElementSettingsRenderComponentProps; declare const _default: React.MemoExoticComponent<({ options: { alignments }, defaultAccordionValue }: HorizontalAlignSettingsProps) => React.JSX.Element>; export default _default;