/** * A version of makeStaticStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion. * * @internal */ export declare function __staticCSS(): () => void;