import React from 'react'; export interface Props extends React.StyleHTMLAttributes { children: string; } export declare function InlineStyle(props: Props): JSX.Element; //# sourceMappingURL=InlineStyle.d.ts.map