import { StyleCascade } from "./styleProps"; import { StandardProperties, SvgProperties, VendorLonghandProperties } from "csstype"; export type StyledPropsBase = StandardProperties & SvgProperties & VendorLonghandProperties; export type StyledProps = StyleCascade; export {}; export default StyledProps; //# sourceMappingURL=styledProps.d.ts.map