/**
 * The type of inline delete that is shown.
 * @internal
 */
export declare enum SkyInlineDeleteType {
    /**
     * The standard styling for inline deletes.
     */
    Standard = "standard",
    /**
     * The styling for inline delete components which are used in card components.
     */
    Card = "card"
}
