import { ComposedStyleFunction, StyleFunction } from '../Box'; export default function compose>>( ...args: T ): ComposedStyleFunction;