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