export declare const PLACEHOLDER = "PLACEHOLDER"; export declare const SRC = "SRC"; export declare const ALT = "ALT"; export declare const ERROR = "ERROR"; export declare type StatusType = typeof PLACEHOLDER | typeof SRC | typeof ALT | typeof ERROR;