interface Props { shouldShow: boolean; } export declare const Chevron: ({ shouldShow }: Props) => import("react").JSX.Element; export {}; //# sourceMappingURL=Chevron.d.ts.map