import { Color } from '@/colors'; export declare const getFocusClass: (color: Color) => string; export declare const getFocusWithinClass: (color: Color) => string; export declare const statusClass: { success: string; warning: string; error: string; }; //# sourceMappingURL=PWrapper.classes.d.ts.map