import type { ActionSheetTheme } from '../types/actionSheetTypes.js'; export declare const useActionSheet: (actionLength: number, theme?: ActionSheetTheme) => { appearance?: import("../types/actionSheetTypes.js").Appearances; backgroundColor?: string; buttonColor?: string; closeBackgroundColor?: string; closeIconColor?: string; separatorColor?: string; textColor?: string; theme?: import("../types/actionSheetTypes.js").ValidTheme; getBorder: (idx: number) => "all" | "top" | "bottom" | "none"; }; //# sourceMappingURL=useActionSheet.d.ts.map