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