import React from 'react';
export interface AllInboxProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const AllInbox: React.FC<AllInboxProps>;
//# sourceMappingURL=AllInbox.web.d.ts.map