import { StyledComponentBrand } from '../types';
export default function isStyledComponent(target: any): target is StyledComponentBrand;
