import * as React from 'react';
export declare const AnimatedChevronButton: ({ open }: {
    open: boolean;
}) => React.JSX.Element;
