import { FC } from 'react'; type MakeTrailingProps = { showChevron: boolean; previewIcons: JSX.Element[]; }; export declare const MakeTrailing: FC; export {};