import { AlignStyledFunctionParam0 } from './types'; /** * Prensa Styled System | align flex * @param props Expect an Object containing props from component that is invoking this function * align: 'row' | 'column' * alignx: 'left' | 'center' | 'right' | 'evenly' | 'between' * aligny: 'top' | 'middle' | 'bottom' | 'evenly' | 'between' * @returns a string with CSS syntax */ export declare function align(props: AlignStyledFunctionParam0): string;