export declare function Chevron({ rotated }: {
    rotated?: boolean;
}): import("react/jsx-runtime").JSX.Element;
