import { IEmptyProps } from './index';
type ImageTypes = {
    [key in NonNullable<IEmptyProps['type']>]: string;
};
type ImagesTypes = {
    [key in NonNullable<IEmptyProps['appearance']>]: ImageTypes;
};
export declare const images: ImagesTypes;
export {};
