import type { ActionSheetTheme } from '../types/actionSheetTypes'; export declare const useActionSheetTheme: (actionSheetTheme?: ActionSheetTheme) => { styles: ActionSheetTheme; }; //# sourceMappingURL=useActionSheetTheme.d.ts.map