import type { BaseObject, IStyledComponentFactory, RuleSet, StyledOptions, WebTarget } from '../types'; declare function createStyledComponent(target: Target, options: StyledOptions<'web', OuterProps>, rules: RuleSet): ReturnType>; export default createStyledComponent;