import type { State } from '../../types'; declare const isTextJustifyAligned: (state: State, customKey?: string) => boolean; export default isTextJustifyAligned;