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