/// import { CreateStyled } from './types/base'; import { testPickPropsOnPrimitiveComponent } from './test-props'; export declare function getShouldForwardProp(component: React.ElementType): typeof testPickPropsOnPrimitiveComponent; declare const styled: CreateStyled; export { styled };