/// import { UnknownProperties } from '../types/UnknownProperties'; export type StyledProps = { styles?: React.DetailedHTMLProps, HTMLStyleElement>; }; /** @deprecated */ export interface IStyledProps extends StyledProps, UnknownProperties { } /** @ts-ignore */ export * from './reshadow-core'; export * from './sstyled';