import { LinkCardProps } from './LinkCard';
type ValidationProps = Pick<LinkCardProps, 'href' | 'linkComponent' | 'flags' | 'flagListAriaLabel' | 'heading' | 'mediaArea' | 'img' | 'brandFlag' | 'decorativeLinkButtonProps'>;
export declare const validateLinkCardProps: ({ href, linkComponent, flags, flagListAriaLabel, heading, mediaArea, img, brandFlag, decorativeLinkButtonProps, }: ValidationProps) => void;
export {};
