import { ComponentPropsWithRef } from 'react'; interface Props extends ComponentPropsWithRef<'button'> { } export default function TertiaryButton({ className, children, ...otherProps }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=tertiary-button.component.d.ts.map