import { type PropsWithChildren } from 'react'; /** @internal */ export interface EmojiShapeProps { active?: boolean; label?: string; } export declare const EmojiShape: { ({ active, label, children, }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; };