export interface AcceptAndCloseCTAProps { onClick: VoidFunction; } export declare const AcceptAndCloseCTA: ({ onClick }: AcceptAndCloseCTAProps) => JSX.Element;