export interface Target { styledComponentId: string; } export default function isStyledComponent(target: Target): boolean;