import { StyledComponent } from '../../types/Styles';
/**
 * Render the "next month" button in the navigation.
 */
export declare function IconRight(props: StyledComponent): JSX.Element;
