import { IconPredefinedProps } from '@snack-uikit/icon-predefined'; type PictureProps = { src: string; alt: string; }; export type EmblemProps = PictureProps | Pick; export declare function Emblem(props: EmblemProps): import("react/jsx-runtime").JSX.Element; export {};