declare function _default(layout: any): {
    x: any;
    y: any;
    radius: number;
};
export default _default;
