import type { StyledMeta } from './types';
export declare function hasMeta(value: unknown): value is StyledMeta;
