import { type TagType } from '../store/Types';
import { type SectionElement } from '../store/Section';
export declare const Copied: {
    <K extends TagType = "svg">(props: SectionElement<K>): null;
    displayName: string;
};
