/// <reference types="react" />
export declare function Caret({ attach }: {
    attach?: string;
}): JSX.Element;
export declare const CaretStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare function buildClipPaths(attach: any): {
    '--caret-translate': string;
    '--caret-clip-path': string;
};
