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