import React from "react"; export declare const Style: React.FC<{ children: string; inline?: "inline"; id?: string; }>;