import type { HTMLProps } from 'react';
type Props = HTMLProps<HTMLStyleElement>;
export declare function InlineStyle(props: Props): null;
export {};
//# sourceMappingURL=InlineStyle.d.ts.map