import type { Editor as TiptapEditor } from '@tiptap/core'; interface AlignmentSelectProps { editor: TiptapEditor; 'data-testid'?: string; } declare const AlignmentSelect: ({ editor, ...restProps }: AlignmentSelectProps) => import("react/jsx-runtime").JSX.Element; export default AlignmentSelect; //# sourceMappingURL=AlignmentSelect.d.ts.map