interface ChevronProps extends React.ComponentProps<'svg'> { direction: 'up' | 'down'; } export declare function NumberInputChevron({ direction, style, ...others }: ChevronProps): import("react/jsx-runtime").JSX.Element; export {};