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