import { BaseStyle } from '../../Styles/BaseStyle'; export declare class StickersStyle extends BaseStyle { emptyStateTextFont?: string; emptyStateTextColor?: string; errorStateTextFont?: string; errorStateTextColor?: string; loadingIconTint?: string; categoryBackground?: string; constructor(props: Partial); } //# sourceMappingURL=StickersStyle.d.ts.map