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