import { HeightStyledFunctionParam0 } from './types'; /** * Prensa Styled System | height * @param props Expect an Object containing props from component that is invoking this function * $height: string | number | Array; * @returns a string with CSS syntax */ export declare function height(props: HeightStyledFunctionParam0): string;