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