UNPKG

@navinc/base-react-components

Version:
7 lines (6 loc) 684 B
import { InferComponentProps } from './types.js'; declare const Container: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>, never>, never>> & string; export declare const AdvertiserDisclosureContent: () => import("react/jsx-runtime").JSX.Element; type AdvertiserDisclosureLinkProps = InferComponentProps<typeof Container>; export declare const AdvertiserDisclosureLink: ({ children, ...props }: AdvertiserDisclosureLinkProps) => import("react/jsx-runtime").JSX.Element; export {};