export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { export namespace width { export const type: NumberConstructor; const _default: number; export { _default as default }; } export namespace disabled { const type_1: BooleanConstructor; export { type_1 as type }; const _default_1: boolean; export { _default_1 as default }; } export namespace iconable { const type_2: BooleanConstructor; export { type_2 as type }; const _default_2: boolean; export { _default_2 as default }; } export namespace type_3 { const type_4: StringConstructor; export { type_4 as type }; const _default_3: string; export { _default_3 as default }; } export { type_3 as type }; export namespace label { const type_5: StringConstructor; export { type_5 as type }; const _default_4: string; export { _default_4 as default }; } export namespace value { const _default_5: undefined; export { _default_5 as default }; } export namespace raw { const _default_6: undefined; export { _default_6 as default }; } export namespace min { const type_6: NumberConstructor; export { type_6 as type }; } export namespace max { const type_7: NumberConstructor; export { type_7 as type }; } export namespace step { const type_8: NumberConstructor; export { type_8 as type }; } export namespace precision { const type_9: NumberConstructor; export { type_9 as type }; } export namespace controls { const type_10: BooleanConstructor; export { type_10 as type }; const _default_7: boolean; export { _default_7 as default }; } export namespace size { const type_11: StringConstructor; export { type_11 as type }; const _default_8: string; export { _default_8 as default }; } export namespace options { const type_12: ArrayConstructor; export { type_12 as type }; const _default_9: never[]; export { _default_9 as default }; } export namespace radios { const type_13: ArrayConstructor; export { type_13 as type }; const _default_10: never[]; export { _default_10 as default }; } export namespace checkboxs { const type_14: ArrayConstructor; export { type_14 as type }; const _default_11: never[]; export { _default_11 as default }; } export namespace format { const type_15: StringConstructor; export { type_15 as type }; const _default_12: string; export { _default_12 as default }; } export namespace valueFormat { const type_16: StringConstructor; export { type_16 as type }; const _default_13: string; export { _default_13 as default }; } export namespace align { const type_17: StringConstructor; export { type_17 as type }; const _default_14: string; export { _default_14 as default }; } } function data(): { editable: boolean; model: undefined; }; namespace computed { function computeUtcTime(): (time: any, format: any) => string; } namespace methods { function handleEdit(): void; function handleCancel(): void; function handleSwitch(): void; function handleCommit(): void; function fetchSelectOptions(val: any): void; } }