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