import { type PropsWithChildren } from 'react'; /** @internal */ export interface EmojiShapeProps { active?: boolean; label?: string; } export declare const EmojiShape: { ({ active, label, children, }: PropsWithChildren): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=EmojiShape.d.ts.map