/// <reference types="react" />
export interface IconWalletSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconWalletSharp: React.FC<IconWalletSharpProps>;
