import type { StylesData } from '../../styles/style-guide/types'; import type { StylePOMData } from '../schema-types'; import type { ComponentProps } from '../types'; export declare const getTextAlignValue: (styleData: StylePOMData, layoutId: string) => string | null | undefined; export declare const revertToStyleguideWrapper: (dataKey: keyof DataMapping, componentStyleguideStyles: StylesData, flatStyleguide: { [dataKey: string]: Record; }, props: ComponentProps, layoutId: string) => void;