declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}; type __VLS_Slots = {} & { tip?: (props: typeof __VLS_1) => any; } & { left?: (props: typeof __VLS_3) => any; } & { price?: (props: typeof __VLS_5) => any; } & { right?: (props: typeof __VLS_7) => any; } & { button?: (props: typeof __VLS_9) => any; }; declare const __VLS_component: import("vue").DefineComponent; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; showCheckbox: { type: BooleanConstructor; default: boolean; }; checked: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; label: { type: StringConstructor; default: string; }; selectedCount: { type: NumberConstructor; default: number; }; tip: { type: StringConstructor; default: string; }; safeAreaInsetBottom: { type: BooleanConstructor; default: boolean; }; themeOverrides: { type: import("vue").PropType>; default: () => {}; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { label: string; disabled: boolean; themeOverrides: Record; loading: boolean; tip: string; price: number; checked: boolean; indeterminate: boolean; currency: string; centUnit: boolean; decimalLength: number; buttonText: string; buttonType: import("./submit-bar").SubmitBarButtonType; showCheckbox: boolean; selectedCount: number; safeAreaInsetBottom: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };