type SpriteProps = { content: string; 'data-test-id'?: string; }; export declare const Sprite: import("react").NamedExoticComponent; export {};