import { styleFn } from 'styled-system'; /** * allParsers * This custom parser it can be used to parse all the possible props * handled by `styled-system` and all the custom parsers provided by this package. */ export declare function allParsers(props: any, ...additionalParsers: styleFn[]): any;