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