import type { GenericHTMLProps } from '../../utils/types';
export declare function usePreviewCardBackdrop(): usePreviewCardBackdrop.ReturnValue;
declare namespace usePreviewCardBackdrop {
interface ReturnValue {
getBackdropProps: (externalProps?: GenericHTMLProps) => GenericHTMLProps;
}
}
export {};