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