declare const StartEnd: () => {
    shape: string;
    attrs: {
        image: {
            'xlink:href': string;
        };
    };
};
export default StartEnd;
