/// import type { ControlPanelProps } from '../../../core'; export declare const SharedStyledBtn: import("styled-components").StyledComponent<"button", any, { active?: boolean | undefined; }, never>; export declare const ToolbarElement: import("styled-components").StyledComponent<"div", any, {}, never>; export declare function TextAlignPanel({ breakpointId, data, entityDispatch, }: ControlPanelProps): JSX.Element;