interface DividerProps { align?: string; layout?: string; type?: string; } declare class Divider { $props: DividerProps; } export default Divider;