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