type Props = { type: "incoming" | "outgoing"; last?: boolean; single?: boolean; }; export declare const getBorderCss: ({ type, last, single }: Props) => string; export {};