declare namespace _default {
namespace line {
const borderRadius: number | undefined;
const position: "absolute";
const bottom: number;
}
const container: {
overflow: "hidden";
position: "absolute";
left: 0;
right: 0;
top: 0;
bottom: 0;
};
}
export default _default;