type Props = { children: string; marginBefore?: boolean; marginAfter?: boolean; isSelected?: boolean; onClick?: () => void; }; export declare const VuiSummaryCitation: ({ children, marginBefore, marginAfter, isSelected, onClick }: Props) => import("react/jsx-runtime").JSX.Element; export {};