import { RneFunctionComponent } from '../helpers';
import { IconProps } from '../Icon';
export interface ListItemChevronProps extends Partial<IconProps> {
}
export declare const ListItemChevron: RneFunctionComponent<ListItemChevronProps>;
