export interface IStyledProps { styles?: React.DetailedHTMLProps, HTMLStyleElement>; } /** @ts-ignore */ export { styled, use, css } from './reshadow-core'; export { sstyled } from './sstyled';