/// import { StyleRules } from "./internal/types"; declare type Props = { [s: string]: any; children?: StyleRules; }; export declare function Style({ children, ...props }: Props): JSX.Element; export {};