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