type Props = {
    children?: React.ReactNode;
    className?: string;
    href?: string;
    onClick?: () => void;
    title?: string;
    fullWidth?: boolean;
};
export declare const VuiTopicButton: ({ children, className, href, onClick, title, fullWidth, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
