/** * allProps * This custom parser handle all the parsers (@see allParsers) and merge the result * with the default styles of the component by taking them from the theme. * @param props * @returns */ export declare function allProps(props: any): any;