/// interface Props { backgroundColor?: string; arrowColor?: string; } export declare const VerticalArrowsIcon: { ({ backgroundColor, arrowColor }: Props): JSX.Element; category: string; }; export {};