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