import { StoreAvatarVariants } from './Store.css'; import { PropsWithBox } from '../../Box'; import { DataAttributes } from '../../types'; export type StoreAvatarProps = PropsWithBox & StoreAvatarVariants; export declare const Store: { (props: StoreAvatarProps): JSX.Element; displayName: string; };