import ShakeBaseAction from './ShakeBaseAction'; /** * Represents custom action for Home screen. */ declare class ShakeHomeAction extends ShakeBaseAction { constructor(title: string, subtitle?: string | null, icon?: string | null, handler?: (() => void) | null); } export default ShakeHomeAction; //# sourceMappingURL=ShakeHomeAction.d.ts.map