/**
 * Shows simple arrow icon pointing up or down
 *
 * @public exported from `@promptbook/components`
 */
export declare const ArrowIcon: ({ direction, size }: {
    direction: string;
    size: number;
}) => import("react/jsx-runtime").JSX.Element;
