import { TTextAlignLRC } from '../../../types/TTextAlignLRC'; export type TLeftRightCenterToFlexJustify = 'flex-start' | 'flex-end' | 'center'; declare const leftRightCenterToFlexJustify: Record; export default leftRightCenterToFlexJustify;