type Props = { direction: 'up' | 'right' | 'down' | 'left'; height: 4 | 12; width: 4 | 12; }; export default function Caret(props: Props): import("react/jsx-runtime").JSX.Element; export {};